Version

Item Property (WorksheetTableAreaFormatsCollection<TArea>)

Gets the format for the specified area.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal area As TArea _
) As IWorksheetCellFormat
public IWorksheetCellFormat this[ 
   TArea area
]; {get;}

Parameters

area
The area for which to get the format.

Property Value

An IWorksheetCellFormat instance describing the appearance of the specified area.
Exceptions
ExceptionDescription
System.ComponentModel.InvalidEnumArgumentExceptionarea is not defined.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also